Q3Camera_GetRange
You can use theQ3Camera_GetRange
function to get the current range of a camera.
TQ3Status Q3Camera_GetRange ( TQ3CameraObject camera, TQ3CameraRange *range);
camera
- A camera object.
range
- On exit, a pointer to a camera range structure.
DESCRIPTION
TheQ3Camera_GetRange
function returns, in therange
parameter, a pointer to a camera range structure that describes the current range of the camera specified by thecamera
parameter.